ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / LegendItemsCollection Constructor
The array whose elements are copied in the new collection.

In This Topic
    LegendItemsCollection Constructor
    In This Topic
    Initializes new instance of the LegendItemsCollection class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal itemsArray() As LegendItem _
    )
    public LegendItemsCollection( 
       LegendItem[] itemsArray
    )

    Parameters

    itemsArray
    The array whose elements are copied in the new collection.
    See Also